home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / graphics / rvga01.zip / GLOBAL.H < prev    next >
C/C++ Source or Header  |  1994-08-10  |  424b  |  24 lines

  1. /**********************************************
  2.  
  3.     Reglage - Global #include file
  4.  
  5.     Use in all programs?
  6.  
  7. **********************************************/
  8.  
  9. #ifndef __GLOBAL_H
  10. #define __GLOBAL_H
  11.  
  12.  
  13. /**********************************************
  14.  
  15.     TypeDefs
  16.  
  17. **********************************************/
  18.  
  19. typedef unsigned char UBYTE;
  20. typedef unsigned int UWORD;
  21. typedef unsigned long int ULONG;
  22.  
  23.  
  24. #endif